home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sun3.defs < prev    next >
Text File  |  1991-03-19  |  868b  |  38 lines

  1.  
  2. # Machine dependent makefile definitions for sun3, sun2r3
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O 
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. # This CC string will be used for compilation of the system,
  11. # and also in the compiler::*cc* variable for later compilation of
  12. # lisp files.
  13.  
  14.  
  15. CC = cc -DVOL= -Bstatic -I$(AKCLDIR)/o
  16. # If you have a good gcc (not version 1.36 it has a bug) 1.35 is ok.
  17. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o 
  18.  
  19.  
  20. MAINDIR = /usr/local/src/kcl
  21.  
  22. # Enable the fastloading mechanism which does not use ld -A
  23. # requires c/rel_.. machine dependent code.
  24.  
  25. RSYM    = rsym
  26. SFASL    = $(ODIR)/sfasl.o
  27.  
  28. # When using SFASL it is good to have (si::build-symbol-table)
  29. INITFORM=(si::build-symbol-table)
  30.  
  31. # Use symbolic links
  32. SYMB=-s
  33.  
  34. # the  make to use for saved_kcp the profiler.
  35. KCP=kcp-sun
  36.  
  37. MPFILES= $(MPDIR)/mpi-bsd68k.o   $(MPDIR)/libmport.a
  38.